Vcenter Authorization PrivilegeChecks Info
The Vcenter Authorization PrivilegeChecks Info schema contains detailed information about a privilege check.
This schema was added in vSphere API 8.0.0.0.
{
"object": {
"type": "string",
"id": "string"
},
"principal": {
"name": "string",
"domain": "string"
},
"privilege": "string"
}
Object for which the privilege was checked.
This property was added in vSphere API 8.0.0.0.
Principal for which the privilege was checked. Note that the username and domain specified are case-insensitive.
This property was added in vSphere API 8.0.0.0.
If missing or null
the privilege was checked for an unauthenticated session.
Privilege that was checked.
This property was added in vSphere API 8.0.0.0.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.cis.authz.Privilege
. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.cis.authz.Privilege
.